welo git mirrors
Commit 90174fcc28c8a35f807b6b37a82bfd0499a83170
Changes
Diff
diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py
index e8a69cc5e..c5bc27e7a 100644
--- a/RNS/Interfaces/AutoInterface.py
+++ b/RNS/Interfaces/AutoInterface.py
@@ -56,9 +56,6 @@ class AutoInterface(Interface):
self.ignored_interfaces = []
else:
self.ignored_interfaces = ignored_interfaces
- RNS.log("aifs_arg: "+str(allowed_interfaces))
- RNS.log("iifs_arg: "+str(ignored_interfaces))
- RNS.log("Ignored ifs: "+str(self.ignored_interfaces))
if group_id == None:
self.group_id = AutoInterface.DEFAULT_GROUP_ID
Served by rngit 1.5.1 - Generated in 0.08s